From 0d3bc8885dfc33233b1d10533ced8bbc2704754c Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 6 Jul 2006 13:55:49 +0000 Subject: [PATCH] * files.el (find-alternate-file): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/files.el | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bd80a30c315..144f5e1f28b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-07-06 Chong Yidong + + * files.el (find-alternate-file): Doc fix. + 2006-07-05 Richard Stallman * files.el (abbreviate-file-name): Add save-match-data. diff --git a/lisp/files.el b/lisp/files.el index 750cb36068a..90ca58a7511 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1192,7 +1192,11 @@ If the current buffer now contains an empty file that you just visited \(presumably by mistake), use this command to visit the file you really want. Interactively, or if WILDCARDS is non-nil in a call from Lisp, -expand wildcards (if any) and replace the file with multiple files." +expand wildcards (if any) and replace the file with multiple files. + +If the current buffer is an indirect buffer, or the base buffer +for one or more indirect buffers, the other buffer(s) are not +killed." (interactive (let ((file buffer-file-name) (file-name nil) -- 2.30.2